Northwoods.GoSilverlight 2.1.1 Assembly
ConvertStringToPortKey Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModelLinkData<NodeKey,PortKey> Class : ConvertStringToPortKey Method

s

Glossary Item Box

Convert a string to a PortKey key value.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function ConvertStringToPortKey( _
   ByVal s As String _
) As PortKey
C# 
protected virtual PortKey ConvertStringToPortKey( 
   string s
)

Parameters

s

Return Value

a PortKey

Remarks

Currently this handles PortKey types that are String, Int32, or Guid. Override this method to handle additional types. However, the PortKey is almost always a String, so the need to override this method is rare.

Requirements

See Also

© 2013 All Rights Reserved.